CodeIgniter Update Data In Database

In our previous codeIgniter tutorials, we explained you, how to perform insertion and deletion operation on database using CodeIgniter. Now, this tutorial demonstrates you, how to perform Updation operation on database using CodeIgniter framework.

5+ WordPress Feedback Plugins 2022 (Free and Paid)

Why should you use WordPress Feedback Plugins? The traditional way of getting feedback from call centres was time-consuming. The smartest way is to install a WordPress Feedback plugin on your business website. In fact, WordPress Feedback plugins enable a feedback form on your website by which you can get to know the problems, suggestions and …

Creating First App In AngularJS With Basic File Setup & Configuration

Firstly, we need to choose a decent IDE (Integrated Development Environment) in order to write our codes and compile it. There are several good IDEs available on the web but we will be using Microsoft’s Visual Studio Code editor. Steps For Basic File Setup – Open Visual Studio Code and switch to its terminal tab. …

AngularJS Routing : Connect Different Templates In Single Page Application

AngularJS Routing is one of the amazing feature provided by Angular. Routing helps in expanding the scope of view and allow us to use multiple templates within a single page application. In this tutorial, we are going to demonstrate you how to configure and use routing in your single page application. First we will explain …

AngularJS-Directive : Incharge To Give Commands

In this tutorial, we are going to create a simple application using angularjs-directives. This application will contain the following feature. Display all the available themes product. Each theme product contains a product image, show features button, price, features section, Hide Features and Buy Themes buttons. When a user clicks on a product’s Show Features button,  the features section …

AngularJS – Introduction & Installation

What is AngularJS? AngularJS is an open-source javascript framework. AngularJS is used to extend HTML with new attributes. AngularJS is most suitable for creating one-page web applications. Before using AngularJS, You should already have basic understanding of: – HTML CSS Javascript MVC Architecture: – AngularJS follows the MVC Architecture. MVC stands for Model View Controller. …